home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 July: Mac OS SDK / Dev.CD Jul 00 SDK2.toast / Development Kits / Hardware / Mac OS USB DDK / Mac OS USB DDK 1.4.1 / USB Software Locator Kit / SampleDriverInstallerExample / MPW Script commands < prev    next >
Encoding:
Text File  |  2000-04-25  |  494 b   |  11 lines  |  [TEXT/R*ch]

  1. ; The following is an example use of ScriptCheck and MergeScriptMPWTool
  2. ; in order to process the SampleInstallerScript.
  3. ; You must first place the ScriptCheck Tool from the Installer SDK 1.2.3 into the 
  4. ; MPW Tools folder.
  5. ; Also place a copy of the MergeScriptMPWTool into the current folder
  6. ; Then set the current directory to this folder and execute the following commands
  7.  
  8. scriptcheck -h -d -a SampleInstallerScript
  9. MergeScriptMPWTool -s SampleInstallerScript -t ":SampleDisk:SampleTome"
  10.  
  11.